Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add np.digitize #1117

Merged
merged 5 commits into from
Feb 13, 2024
Merged

Add np.digitize #1117

merged 5 commits into from
Feb 13, 2024

Conversation

bryevdv
Copy link
Contributor

@bryevdv bryevdv commented Jan 26, 2024

This PR adds support for np.digitize

Numpy has a custom C function to test monotonicity, but that won't work here. Used a simple adjacency compare, but any suggestions for improvement welcome.

@bryevdv bryevdv added the category:new-feature PR introduces a new feature and will be classified as such in release notes label Jan 26, 2024
@bryevdv bryevdv requested a review from manopapad January 26, 2024 20:10
Copy link

copy-pr-bot bot commented Jan 26, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@manopapad
Copy link
Contributor

/ok to test

cunumeric/module.py Outdated Show resolved Hide resolved
cunumeric/module.py Outdated Show resolved Hide resolved
cunumeric/module.py Outdated Show resolved Hide resolved
cunumeric/module.py Outdated Show resolved Hide resolved
cunumeric/module.py Outdated Show resolved Hide resolved
cunumeric/module.py Show resolved Hide resolved
cunumeric/module.py Outdated Show resolved Hide resolved
cunumeric/module.py Outdated Show resolved Hide resolved
@bryevdv
Copy link
Contributor Author

bryevdv commented Feb 12, 2024

/ok to test

@bryevdv bryevdv requested a review from manopapad February 13, 2024 18:02
@bryevdv bryevdv merged commit af3f0ff into nv-legate:branch-24.01 Feb 13, 2024
20 of 22 checks passed
@bryevdv bryevdv deleted the bv/digitize branch February 13, 2024 18:32
@bryevdv
Copy link
Contributor Author

bryevdv commented Feb 13, 2024

@manopapad should this be ported to internal?

@manopapad
Copy link
Contributor

Yeah, it looks like @magnatelee is already doing a merge from public.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-feature PR introduces a new feature and will be classified as such in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants